home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / LMod < prev    next >
Text File  |  1990-06-22  |  649b  |  67 lines

  1.  
  2.  
  3.  
  4.      LMod(33.4)          ARP Programmers Manual        LMod(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       LMod - Perform a long    modulus, doing canonical thing with
  10.       sign.
  11.  
  12.      SYNOPSIS
  13.       LONG = LMod(dividend,    divisor)
  14.              d0      d1
  15.  
  16.      FUNCTION
  17.       This returns the remainder of    dividend/divisor. The result
  18.       will have the    sign of    the dividend.
  19.  
  20.      INPUTS
  21.       dividend - A 32 bit signed number.
  22.  
  23.       divisor - A 32 bit signed number.
  24.  
  25.      RESULT
  26.       LONG - The 32    bit result of dividend%divisor,    with sign of
  27.       the dividend.
  28.  
  29.      BUGS
  30.       None known.
  31.  
  32.      SEE ALSO
  33.       LMult(), LDiv()
  34.  
  35.      AUTHOR
  36.       SDB
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.